|
GRL-USB-PD-C2/C2-EPR API 1.1.9
GRL-USB-PD-C2/C2-EPR API Documentation
|
SinkCapabilitiesExtendedMessages configuration class. More...
Public Member Functions | |
| byte[] | GetArrayByteData () |
| Converting List of byte into Array byte. | |
| List< byte > | GetListofByteData () |
| Converting List of byte into Array byte. | |
| bool | ClearDataObjects () |
| To clear Battery cap's object. | |
| bool | AddCountryCode (byte iLenth, byte firstAlpha2Char, byte secondAlpha2Char) |
| bool | ExtendedHeaderConfiguration (ushort datasize, bool Chunked=false) |
| Sets Extended header configuration. | |
SinkCapabilitiesExtendedMessages configuration class.
| bool GrlPdLib.Country_Codes_Message.ClearDataObjects | ( | ) |
To clear Battery cap's object.
| bool GrlPdLib.Country_Codes_Message.ExtendedHeaderConfiguration | ( | ushort | datasize, |
| bool | Chunked = false ) |
Sets Extended header configuration.
| datasize | Size of the Source or Sink Extended Messages. |
| Chunked | Series of Data Blocks. true : Chunked , false : unchunked |
| byte[] GrlPdLib.Country_Codes_Message.GetArrayByteData | ( | ) |
Converting List of byte into Array byte.
| List< byte > GrlPdLib.Country_Codes_Message.GetListofByteData | ( | ) |
Converting List of byte into Array byte.