defaultPort property

int defaultPort
getter/setter pair

Protocol options The default CoAP port for normal CoAP communication (not secure).

Implementation

/// The default CoAP port for normal CoAP communication (not secure).
int defaultPort = CoapConstants.defaultPort;