Property | Type | Description | |
---|---|---|---|
buffer |
Method | Description | |
---|---|---|
OnBufferChanged ( NormalizedHexChangeCollection changes ) : void |
Method | Description | |
---|---|---|
GetDataAsByteArray ( ) : byte[] | ||
HexField ( |
||
OnBufferChanged ( object newValue ) : void | ||
OnUpdateValue ( ) : void | ||
ReadData ( ) : object | ||
UpdateValue ( ) : void |
Method | Description | |
---|---|---|
Equals ( byte a, byte b ) : bool |
protected abstract GetDataAsByteArray ( ) : byte[] | ||
return | byte[] |
protected HexField ( |
||
buffer | ||
parentName | string | |
name | string | |
start | HexPosition | |
size | int | |
return | System |
public OnBufferChanged ( NormalizedHexChangeCollection changes ) : void | ||
changes | NormalizedHexChangeCollection | |
return | void |
protected OnBufferChanged ( object newValue ) : void | ||
newValue | object | |
return | void |