Property | Type | Description | |
---|---|---|---|
$dialInData | |||
$postBinary | Binary data that occurs after the TSPropertyArray data. | ||
$preBinary | Binary data that occurs before the dial-in data. | ||
$tsPropertyArray |
Method | Description | |
---|---|---|
__construct ( null | string | |
||
getDialInData ( ) : |
Get the DialInData. | |
getPostBinary ( ) : string | Get the binary data that comes after the TSPropertyArray data. | |
getReservedDataString ( ) : string | Get the decoded reserved data string, if any is set. These values don't seem to be documented anywhere. | |
getTSPropertyArray ( ) : |
Get the TSPropertyArray data. | |
setDialInData ( |
Set the DialInData. | |
setPostBinary ( string $binary ) | Set the binary data that should come after the TSPropertyArray data. This needs to be in binary form, not hex. | |
setTSPropertyArray ( |
Set the TSPropertyArray data. | |
toBinary ( ) : string | Get the userParameters in binary form that can be saved back to LDAP. |
Method | Description | |
---|---|---|
decode ( string $userParameters ) | ||
encodeReservedData ( string $reserved = '' ) : string | Encode the string of reserved data that goes in the first 44 bytes. |
public __construct ( null | string | |
||
$userParameters | null | string | |
protected encodeReservedData ( string $reserved = '' ) : string | ||
$reserved | string | |
return | string |
public getDialInData ( ) : |
||
return |
public getPostBinary ( ) : string | ||
return | string |
public getReservedDataString ( ) : string | ||
return | string |
public getTSPropertyArray ( ) : |
||
return |
public setDialInData ( |
||
$dialInData |
public setPostBinary ( string $binary ) | ||
$binary | string |
public setTSPropertyArray ( |
||
$tsPropertyArray |
protected DialInData,LdapTools\Utilities|null $dialInData | ||
return |
protected $postBinary |
protected $preBinary |
protected TSPropertyArray,LdapTools\Utilities|null $tsPropertyArray | ||
return |