Interface ModemOptions

interface ModemOptions {
    method?: string;
    raw?: boolean;
    responsetype?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

method?: string
raw?: boolean
responsetype?: string