Method GetParameterDescription
GetParameterDescription(int)
Retrieves the description of the specified parameter.
object GetParameterDescription(int iID)
Parameters
iID
intThe ID of the parameter.
Returns
- object
The parameter description as string. If no parameter with the specified ID exists in the protocol, a null reference is returned.
Examples
string description = Convert.ToString(protocol.GetParameterDescription(100));
Remarks
- This is a wrapper method for the NotifyProtocol type 77 NT_GET_DESCRIPTION call.