'DeclarationPublic Function Read_TEDS_Channel_Register( _ ByVal DeviceHandle As IntPtr, _ ByVal ChannelNumber As Byte, _ ByVal HighAddress As Byte, _ ByVal LowAddress As Byte _ ) As String
'UsageDim instance As USB_DLL Dim DeviceHandle As IntPtr Dim ChannelNumber As Byte Dim HighAddress As Byte Dim LowAddress As Byte Dim value As String value = instance.Read_TEDS_Channel_Register(DeviceHandle, ChannelNumber, HighAddress, LowAddress)
public string Read_TEDS_Channel_Register( IntPtr DeviceHandle, byte ChannelNumber, byte HighAddress, byte LowAddress )
Parameters
- DeviceHandle
- Type: System.IntPtr
The handle associated with the USB device. - ChannelNumber
- Type: System.Byte
The channel number associated with the USB device. - HighAddress
- Type: System.Byte
The high byte of the address associated with the TEDS register. - LowAddress
- Type: System.Byte
The low byte of the address associated with the TEDS register.
Return Value
Type: System.String
A value between to 0 and 255; otherwise Error
A value between to 0 and 255; otherwise Error