ADS notification with number of stamps

interface AdsNotification {
    length: number;
    stampCount: number;
    stamps: AdsNotificationStamp[];
}

Properties

length: number

Total data length (bytes)

stampCount: number

How many stamps does this packet have

Stamps