UHFDirectIoMultiAck Method |
Used by manufacture only.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic List<byte[]> DirectIoMultiAck(
byte command,
byte[] bytes
)
Public Function DirectIoMultiAck (
command As Byte,
bytes As Byte()
) As List(Of Byte())
public:
List<array<unsigned char>^>^ DirectIoMultiAck(
unsigned char command,
array<unsigned char>^ bytes
)
Parameters
- command
- Type: SystemByte
[Missing <param name="command"/> documentation for "M:com.gigatms.UHF.DirectIoMultiAck(System.Byte,System.Byte[])"]
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:com.gigatms.UHF.DirectIoMultiAck(System.Byte,System.Byte[])"]
Return Value
Type:
ListByte[Missing <returns> documentation for "M:com.gigatms.UHF.DirectIoMultiAck(System.Byte,System.Byte[])"]
See Also