Method | Description | |
---|---|---|
GetNotationName ( ) : string | ||
GetNotationValue ( ) : string | ||
GetNotationValueBytes ( ) : byte[] | ||
NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System | ||
NotationData ( bool critical, byte data ) : System |
Method | Description | |
---|---|---|
createData ( bool humanReadable, string notationName, string notationValue ) : byte[] |
public NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System | ||
critical | bool | |
humanReadable | bool | |
notationName | string | |
notationValue | string | |
return | System |
public NotationData ( bool critical, byte data ) : System | ||
critical | bool | |
data | byte | |
return | System |