Sock.Cmdlen R/O Property

Top  Previous  Next

 

Function:

For the selected socket (selection is made through sock.num) returns the length of data (in bytes) waiting to be processed in the CMD buffer.

Type:

Word

Value Range:

Default= 0 (0 bytes)

See Also:

sock.rpllen, sock.inbandcommands

 


Details

The CMD buffer accumulates incoming inband commands (messages) and may contain more than one such command. Use sock.getinband method to extract the data from the CMD buffer.