SetAllBlocks

(RPCManager Library)

Description: This subroutine executes on the client. It accepts all of the blocks and data for a service.
Returns: Nothing
Usage: Script Only.
Function Groups: Network
Related to: COMPort
Format: SetAllBlocks(NDrivers, Buffer, Vals, TimeStamp, Attrib)
Parameters:  
NDrivers
Required. Any number of drivers in the Buffer.
Buffer
Required. A stream containing all of the data.
Vals
Required. A packed array of driver values.
TimeStamp
Required. A packed array of driver values.
Attrib
Required. A packed array of driver values.
Comments: SetAllBlocks executes on the client. It is called from GetServerChanges on the server via RPC. SetAllBlocks accepts all of the blocks and data for a service.

RPC Manager Service