DeviceCommunication Property |
Communication method
enum En_CommunicationType { Serial = 0, Modem = 1, Ethernet = 2, USB = 3 }
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int Communication { get; set; }
Public Property Communication As Integer
Get
Set
public:
property int Communication {
int get ();
void set (int value);
}
member Communication : int with get, set
Property Value
Type:
Int32See Also