'Declaration
Public Function New( _ ByVal codeBits As UACodeBits, _ ByVal flagBits As Integer _ )
'Usage
Dim codeBits As UACodeBits Dim flagBits As Integer Dim instance As New UAStatusCode(codeBits, flagBits)
public UAStatusCode( UACodeBits codeBits, int flagBits )
public: UAStatusCode( UACodeBits codeBits, int flagBits )
Parameters
- codeBits
- The code bits of the status code.
Valid values of this parameter are in the range from
Good (UACodeBits.Good)
to65535
. - flagBits
- The flag bits of the status code.
Valid values of this parameter are in the range from
0
to65535
.