CustomProtocolDevice constructor

CustomProtocolDevice({
  1. String roleName = CustomProtocolDevice.DEFAULT_ROLE_NAME,
})

Create a new CustomProtocolDevice device descriptor. If roleName is not specified, then the DEFAULT_ROLE_NAME is used.

Implementation

CustomProtocolDevice({
  super.roleName = CustomProtocolDevice.DEFAULT_ROLE_NAME,
});