vrLib SDK Documentation
Format_Request Method (id, flags, address, payload)
NamespacesVideoRay.CommunicationProtocol_PRO4_PacketFormat_Request(Byte, Byte, Byte, array<Byte>[]()[])
Fill out the packet header and set the payload bytes.
Declaration Syntax
C#Visual BasicVisual C++
public void Format_Request(
	byte id,
	byte flags,
	byte address,
	byte[] payload
)
Public Sub Format_Request ( _
	id As Byte, _
	flags As Byte, _
	address As Byte, _
	payload As Byte() _
)
public:
void Format_Request(
	unsigned char id, 
	unsigned char flags, 
	unsigned char address, 
	array<unsigned char>^ payload
)
Parameters
id (Byte)
ID of destination device
flags (Byte)
FLAGS indicating type of response requested
address (Byte)
CSR address to write into and or read from
payload (array< Byte >[]()[])
data payload bytes

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)