CustomProtocolDevice constructor
CustomProtocolDevice({})
Create a new CustomProtocolDevice device descriptor.
If roleName
is not specified, then the DEFAULT_ROLENAME is used.
Implementation
CustomProtocolDevice({
super.roleName = CustomProtocolDevice.DEFAULT_ROLENAME,
super.supportedDataTypes,
});