Method | Description | |
---|---|---|
PropertyToText ( System.Property p, IPCCObject pcc ) : string | ||
ReadProp ( IPCCObject pcc, byte raw, int start ) : List |
||
TypeToString ( int type ) : string | ||
detectStart ( IPCCObject pcc, byte raw ) : int | ||
getPropList ( IPCCObject pcc, byte raw ) : List |
Method | Description | |
---|---|---|
ReadValue ( IPCCObject pcc, byte raw, int start, int type ) : PropertyValue | ||
getType ( IPCCObject pcc, int type ) : |
public static PropertyToText ( System.Property p, IPCCObject pcc ) : string | ||
p | System.Property | |
pcc | IPCCObject | |
return | string |
public static ReadProp ( IPCCObject pcc, byte raw, int start ) : List |
||
pcc | IPCCObject | |
raw | byte | |
start | int | |
return | List |
public static TypeToString ( int type ) : string | ||
type | int | |
return | string |
public static detectStart ( IPCCObject pcc, byte raw ) : int | ||
pcc | IPCCObject | |
raw | byte | |
return | int |
public static getPropList ( IPCCObject pcc, byte raw ) : List |
||
pcc | IPCCObject | |
raw | byte | |
return | List |