Create and populate a response packet
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static Protocol_PRO4_Packet Build_Response( byte id, byte flags, byte address, byte deviceType, byte[] payload )
Public Shared Function Build_Response ( _ id As Byte, _ flags As Byte, _ address As Byte, _ deviceType As Byte, _ payload As Byte() _ ) As Protocol_PRO4_Packet
public: static Protocol_PRO4_Packet^ Build_Response( unsigned char id, unsigned char flags, unsigned char address, unsigned char deviceType, array<unsigned char>^ payload )
Return Value
Fully formed PRO4 protocol response packet