num_args property

  1. @Int32()
int num_args
getter/setter pair

Arbitrary arguments chosen by the sender of the message. If num_args > 0, you can access args0 through argsnum_args - 1 (inclusive). What these arguments mean is up to the sender and receiver. None of the valid items are NULL.

Implementation

@ffi.Int32()
external int num_args;