Switches the device ID.
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public void SwitchDeviceID( Protocol_PRO4_IDevice dev, int oldId ) |
Visual Basic (Declaration) |
---|
Public Sub SwitchDeviceID ( _ dev As Protocol_PRO4_IDevice, _ oldId As Integer _ ) |
Visual C++ |
---|
public: void SwitchDeviceID( Protocol_PRO4_IDevice^ dev, int oldId ) |
Parameters
- dev
- Type: VideoRay.Communication..::.Protocol_PRO4_IDevice
The device which has the new ID set.
- oldId
- Type: System..::.Int32
The old ID.