Click or drag to resize

DeviceProtocolName Property

The name of the protocol, which can be used to communicate with the device. null means that the protocol is unknown and programmatic communication with the device would not be performed.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DevicesRepositoryProtocolName> ProtocolName { get; set; }

Property Value

Type: NullableDevicesRepositoryProtocolName
See Also