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

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