C# Класс Opc.Ua.Bindings.TcpMessageType

Defines constants for the UA TCP message identifiers.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsAbort ( uint messageType ) : bool

Returns true if the message type indicates it is a abort chunk.

IsFinal ( uint messageType ) : bool

Returns true if the message type indicates it is a final chunk.

IsType ( uint actualType, uint expectedType ) : bool

Returns true if the message type is equal to the expected type.

IsValid ( uint messageType ) : bool

Returns true if the message type is recognized.

Описание методов

IsAbort() публичный статический Метод

Returns true if the message type indicates it is a abort chunk.
public static IsAbort ( uint messageType ) : bool
messageType uint
Результат bool

IsFinal() публичный статический Метод

Returns true if the message type indicates it is a final chunk.
public static IsFinal ( uint messageType ) : bool
messageType uint
Результат bool

IsType() публичный статический Метод

Returns true if the message type is equal to the expected type.
public static IsType ( uint actualType, uint expectedType ) : bool
actualType uint
expectedType uint
Результат bool

IsValid() публичный статический Метод

Returns true if the message type is recognized.
public static IsValid ( uint messageType ) : bool
messageType uint
Результат bool