AdapterProtocolAttribute Constructor
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public AdapterProtocolAttribute(
string acronym,
string name,
ProtocolType type,
string category = "Device",
bool supportsConnectionTest = true,
int loadOrder = 0
)
Public Sub New (
acronym As String,
name As String,
type As ProtocolType,
Optional category As String = "Device",
Optional supportsConnectionTest As Boolean = true,
Optional loadOrder As Integer = 0
)
public:
AdapterProtocolAttribute(
String^ acronym,
String^ name,
ProtocolType type,
String^ category = L"Device",
bool supportsConnectionTest = true,
int loadOrder = 0
)
Gemstone.Timeseries.Adapters.AdapterProtocolAttribute = function(acronym, name, type, category, supportsConnectionTest, loadOrder);
Parameters
- acronym String
- Acronym for the adapter protocol.
- name String
- Name of the adapter protocol.
- type ProtocolType
- Type of the adapter protocol.
- category String (Optional)
- Category of the adapter protocol.
- supportsConnectionTest Boolean (Optional)
- Determines if the adapter protocol supports a connection test.
- loadOrder Int32 (Optional)
- Load order of the adapter protocol.