Standard BinaryOutput parameters interface

interface BinoutParams {
    index: number;
    state: boolean;
    time?: number;
}

Properties

Properties

index: number
state: boolean
time?: number