Table of Contents

Constructor ProtocolID

Namespace
Skyline.DataMiner.Net
Assembly
SLNetTypes.dll

ProtocolID()

Initializes a new instance of the ProtocolID class.

public ProtocolID()

ProtocolID(string, string)

Initializes a new instance of the ProtocolID class using the specified name and version.

public ProtocolID(string name, string version)

Parameters

name string

The name of the protocol.

version string

The version of the protocol.

ProtocolID(string, string, DMAObjectRef)

Initializes a new instance of the ProtocolID class using the specified name, version and parent object reference.

public ProtocolID(string name, string version, DMAObjectRef parentObjectRef)

Parameters

name string

The name of the protocol.

version string

The version of the protocol.

parentObjectRef DMAObjectRef

The parent object.

ProtocolID(SerializationInfo, StreamingContext)

Constructor used for deserialization

public ProtocolID(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext