Conexia Telecom SDK
    Preparing search index...

    Type Alias PwpServiceConnectionState

    Represents pw service connection state.

    type PwpServiceConnectionState = {
        errorCode?: number;
        message?: string;
        state: PwpConnectionState;
    }
    Index
    errorCode?: number

    State error code. This is optional since only error states have error codes.

    message?: string

    State message. This is optional since only error states have messages attached.

    State of pw connection.