len property

  1. @UnsignedInt()
int len
getter/setter pair

The length of the data. For incoming messages, the parser will fill in this member with the actual length of message body.

When sending outgoing message, again just like the "data" member, the "len" member doesn't need to point to the actual length of the body string.

Implementation

@ffi.UnsignedInt()
external int len;