Table of Contents

Method IsProtocolType

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

IsProtocolType(ProtocolType)

Checks the main type and advanced types if it matches the specified value.

public bool IsProtocolType(ProtocolType typeToCheck)

Parameters

typeToCheck ProtocolType

The type to check (e.g. serial).

Returns

bool

true if the main type or one of the advanced types matches the specified value.