GISBElement Type
A name-value pair for extra data to be sent with a GISB message.
Remarks
A name-value pair for extra data to be sent with a GISB message.
Fields
Name String |
The name of the current data element. |
Value String |
The value of the current data element. |
Constructors
public GISBElement();
Public GISBElement()
public GISBElement(string name, string value);
Public GISBElement(ByVal Name As String, ByVal Value As String)