sub_term_code property

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

Specifies the last presence subscription termination code. This would return the last status of the SUBSCRIBE request. If the subscription is terminated with NOTIFY by the server, this value will be set to 200, and subscription termination reason will be given in the \a sub_term_reason field.

Implementation

@ffi.UnsignedInt()
external int sub_term_code;