id property

  1. @Int()
int id
getter/setter pair

Module ID. Application must initialize this field with -1 before registering the module to PJSIP. After the module is registered, this field will contain a unique ID to identify the module.

Implementation

@ffi.Int()
external int id;