Interface PivotListener

interface PivotListener {
    BindAddress: string;
    ID: number;
    Pivots: sliverpb.NetConnPivot[];
    Response?: commonpb.Response;
    Type: PivotType;
}

Properties

BindAddress: string
ID: number
Response?: commonpb.Response
Type: PivotType