|
FireSync API
|
| kStatus kSensorIdentity_SetFieldText | ( | kSensorIdentity | identity, |
| const kChar * | name, | ||
| const kChar * | value | ||
| ) |
Creates or modifies the specified field from a character array.
| identity | SensorIdentity object. |
| name | Field name. |
| value | Field value as a character array (if the field doesn't exist, it will be created). |