Static Public Member Functions | |
static IComm | CreateComm (String descriptor) |
Creates a communication object based on the descriptor. Returns null if unable to create. More... | |
Static Private Member Functions | |
static String | GetCommType (String descriptor) |
|
static |
Creates a communication object based on the descriptor. Returns null if unable to create.
Descriptor should have a <type> prefix. If no prefix is provided, it is assumed to be a "TCP" type.
Supported descriptor types:
References com.UniPRT.Sdk.Comm.TcpConnection.DescriptorPortType.DATA, com.UniPRT.Sdk.Comm.TcpConnection.DescriptorValidate(), and com.UniPRT.Sdk.Comm.Communication.GetCommType().
Referenced by com.UniPRT.Sdk.Json.JsonCommController.JsonConnection.JsonConnection().
|
staticprivate |
Referenced by com.UniPRT.Sdk.Comm.Communication.CreateComm().