Interface

NM-1.0NMSettingCdmaConstructorProps

interface ConstructorProps {
    mtu: number;
    name: string;
    number: string;
    password: string;
    password_flags: NM.SettingSecretFlags;
    passwordFlags: NM.SettingSecretFlags;
    username: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

mtu: number
number: string
password: string
password_flags: NM.SettingSecretFlags
passwordFlags: NM.SettingSecretFlags
username: string

Properties - Inherited from NM.Setting.ConstructorProps

name: string