C# 클래스 Opc.Ua.Bindings.TcpMessageType

Defines constants for the UA TCP message identifiers.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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