Contents

getMaxCommandBlockSize

Returns the maximum command block size.

Declaration

virtual UInt32 getMaxCommandBlockSize(
 void );

Return Value

Returns a UInt32 containing the maximum command block size.

Overview

The device publishes an upper limit on the size of command block that it can accept. That value can be accessed via this method.

See Also

Miscellaneous