App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.

interface App {
    protocol: Long;
    software: string;
}

Properties

Properties

protocol: Long
software: string

Generated using TypeDoc