Send a raw message to the serial reader.@throws ReaderCommException in the event of a timeout (failure to receive a complete message in the specified time) or a CRC error.Does not generate exceptions for non-zero status responses.This function not intended for general use.If you really need to use raw reader commands, see the source for further instructions.
| C# | Visual Basic | Visual C++ |
public: array<unsigned char>^ CmdRaw( int timeout, ... array<unsigned char>^ message )
The bytes of the response, from the opcode to the end of the message. Header, length, and CRC are not included.