| config HST.HOSTLINKTYPE // module-wide |
 |
This property is no longer supported
HST.HOSTLINKTYPE = String undefined;
| config HST.OBJMEMSEG // module-wide |
 |
This property is no longer supported
| Instance Config Parameters |
 |
var params = new HST.Params;
// Instance config-params object
params.arg0 = UArg undefined;
// This property is no longer supported
params.arg1 = UArg undefined;
// This property is no longer supported
params.availableForDHL = Bool undefined;
// This property is no longer supported
params.bufAlign = UInt undefined;
// This property is no longer supported
// This property is no longer supported
params.comment = String undefined;
// This property is no longer supported
params.frameSize = UInt undefined;
// This property is no longer supported
params.mode = String undefined;
// This property is no longer supported
params.name = String "";
// This property is no longer supported
params.notifyFxn = String undefined;
// This property is no longer supported
params.numFrames = UInt undefined;
// This property is no longer supported
params.statistics = Bool undefined;
// This property is no longer supported
| config HST.arg0 // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.arg0 = UArg undefined;
| config HST.arg1 // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.arg1 = UArg undefined;
| config HST.availableForDHL // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.availableForDHL = Bool undefined;
| config HST.bufAlign // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.bufAlign = UInt undefined;
| config HST.bufSeg // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
| config HST.comment // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.comment = String undefined;
| config HST.frameSize // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.frameSize = UInt undefined;
| config HST.mode // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.mode = String undefined;
| config HST.name // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.name = String "";
| config HST.notifyFxn // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.notifyFxn = String undefined;
| config HST.numFrames // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.numFrames = UInt undefined;
| config HST.statistics // instance |
 |
This property is no longer supported
var params = new HST.Params;
...
params.statistics = Bool undefined;
| Instance Creation |
 |
// Allocate instance config-params
params.config = ...
// Assign individual configs
var inst = HST.create(String name, params);
// Create an instance-object