Device.asEndpoint constructor

Device.asEndpoint(
  1. String endpointId,
  2. Uint8List endpointName
)

Implementation

Device.asEndpoint(this.endpointId, this.endpointName)
    : isEndpointOnly = true,
      isPendingConnection = false;