Interface SerializedService

interface SerializedService {
    UUID: string;
    characteristics: SerializedCharacteristic[];
    constructorName?: string;
    displayName: string;
    hiddenService?: boolean;
    optionalCharacteristics?: SerializedCharacteristic[];
    primaryService?: boolean;
    subtype?: string;
}

Properties

UUID: string
characteristics: SerializedCharacteristic[]
constructorName?: string
displayName: string
hiddenService?: boolean
optionalCharacteristics?: SerializedCharacteristic[]
primaryService?: boolean
subtype?: string