gstsdp.mikeypayload_spparam

Module for [MIKEYPayloadSPParam] class

Types 1

A Type/Length/Value field for security parameters

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