Method | Description | |
---|---|---|
ReadBlock ( |
||
ReadMessage ( |
||
WriteBlock ( byte Body, |
||
WriteComment ( string comment, |
||
WriteMessage ( |
Method | Description | |
---|---|---|
FromHexChar ( char c ) : byte | ||
ReadFromHex ( Stream ms, string hex ) : bool |
public static ReadBlock ( |
||
r | ||
return | byte[] |
public static ReadMessage ( |
||
r | ||
return |
public static WriteBlock ( byte Body, |
||
Body | byte | |
w | ||
return | void |
public static WriteComment ( string comment, |
||
comment | string | |
w | ||
return | void |
public static WriteMessage ( |
||
msg | ||
w | ||
return | void |