MIKEYPayload.spAddParam
bool spAddParam(ubyte type, ubyte[] val)Add a new parameter to the GST_MIKEY_PT_SP payload with type, len and val.
Parameters
type | a type |
val | len bytes of data |
Returns
true on success
bool spAddParam(ubyte type, ubyte[] val)Add a new parameter to the GST_MIKEY_PT_SP payload with type, len and val.
type | a type |
val | len bytes of data |