Description: This subroutine executes on the client. It accepts all of the blocks and data for a service.
Returns: Nothing
Usage: Script (?)
Format: SetAllBlocks(NDrivers, Buffer, Vals, TimeStamp, Attrib)
Parameters: NDrivers { numeric } { required } { no default: }
Any number of drivers in the Buffer.
Buffer { Stream } { required } { no default: }
A stream containing all of the data.
Vals { packed array } { required } { no default: }
A packed array of driver values.
TimeStamp { packed array } { required } { no default: }
A packed array of driver values.
Attrib { packed array } { required } { no default: }
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.
See Also: