C# Class Opc.Ua.Bindings.TcpMessageType

Defines constants for the UA TCP message identifiers.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
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.

Method Details

IsAbort() public static method

Returns true if the message type indicates it is a abort chunk.
public static IsAbort ( uint messageType ) : bool
messageType uint
return bool

IsFinal() public static method

Returns true if the message type indicates it is a final chunk.
public static IsFinal ( uint messageType ) : bool
messageType uint
return bool

IsType() public static method

Returns true if the message type is equal to the expected type.
public static IsType ( uint actualType, uint expectedType ) : bool
actualType uint
expectedType uint
return bool

IsValid() public static method

Returns true if the message type is recognized.
public static IsValid ( uint messageType ) : bool
messageType uint
return bool