Property | Type | Description | |
---|---|---|---|
AssertRead | void | ||
Clear | void | ||
GetLogPayload | byte[] | ||
ParseHex | byte | ||
ReadCore | bool | ||
ReadTime | System.DateTime |
Method | Description | |
---|---|---|
GetPayload ( ) : byte[] |
Gets the payload of the current event.
|
|
Read ( ) : bool |
Reads the next event. When a S101LogReader is first created and initialized, there is no information available. You must call Read to read the first event. |
|
S101LogReader ( EmberTypeBag types, |
Initializes a new instance of the S101LogReader class.
|
Method | Description | |
---|---|---|
AssertRead ( ) : void | ||
Clear ( ) : void | ||
GetLogPayload ( ) : byte[] | ||
ParseHex ( string str ) : byte | ||
ReadCore ( ) : bool | ||
ReadTime ( ) : System.DateTime |
public S101LogReader ( EmberTypeBag types, |
||
types | EmberTypeBag | The types to pass to the internal |
logReader | The |
|
return | System |