SecureBlackbox 2020 PHP Edition

Questions / Feedback?

WriteOption Event

Fires when the client sends in a write option request.

Object Oriented Interface

public function fireWriteOption($param);

Procedural Interface

secureblackbox_dcauthwebserver_register_callback($res, 22, array($this, 'fireWriteOption'));

Parameter List


'connectionid'
'name'
'value'

Remarks

Subscribe to this event to respond to the clients' write option requests. The handler should save the Value of the Name option to a local configuration database.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]