defaultPort property
Protocol options The default CoAP port for normal CoAP communication (not secure).
Implementation
@override
int get defaultPort => 1;
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;