proto property

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

TLS protocol type from #pj_ssl_sock_proto. Use this field to enable specific protocol type. Use bitwise OR operation to combine the protocol type.

Default is PJSIP_SSL_DEFAULT_PROTO.

Implementation

@pj_uint32_t()
external int proto;