gstsdp.mikeypayload_spparam

Module for [MIKEYPayloadSPParam] class

Types 1

A Type/Length/Value field for security parameters

Fields
Methods
void * _cPtr() nothrow
ubyte type() @property nothrowGet `type` field. Returns: specifies the type of the parameter
void type(ubyte propval) @property nothrowSet `type` field. Params: propval = specifies the type of the parameter
ubyte len() @property nothrowGet `len` field. Returns: specifies the length of @val
void len(ubyte propval) @property nothrowSet `len` field. Params: propval = specifies the length of @val
Constructors
this(void * ptr, Flag!"Take" take)