|
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 | AddCountryInfo (byte firstAlpha2Char, byte secondAlpha2Char, byte[] countrySpecificData) |
| bool | ExtendedHeaderConfiguration (ushort datasize, bool Chunked=false) |
| Sets Extended header configuration. | |
SinkCapabilitiesExtendedMessages configuration class.
| bool GrlPdLib.Country_Info_Message.ClearDataObjects | ( | ) |
To clear Battery cap's object.
| bool GrlPdLib.Country_Info_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_Info_Message.GetArrayByteData | ( | ) |
Converting List of byte into Array byte.
| List< byte > GrlPdLib.Country_Info_Message.GetListofByteData | ( | ) |
Converting List of byte into Array byte.