interface FlashTopologyAndMeaasge {
    FlashSerialNumOnThisBus?: number;
    GroupNumInModule?: number;
    GroupOrderInModule?: Uint8Array;
    PixelColsOfThisFlash?: number;
    PixelRowsOfThisFlash?: number;
    SerialNumOfThisBus?: number;
    StartXOfThisFlash?: number;
    StartYOfThisFlash?: number;
    ThisFlashExist: boolean;
    TotalFlashCascadedOnThisBus?: number;
}

Hierarchy

Properties

FlashSerialNumOnThisBus?: number = common.Int32
GroupNumInModule?: number = common.Int32
GroupOrderInModule?: Uint8Array = common.Base64
PixelColsOfThisFlash?: number = common.Int32
PixelRowsOfThisFlash?: number = common.Int32
SerialNumOfThisBus?: number = common.Int32
StartXOfThisFlash?: number = common.Int32
StartYOfThisFlash?: number = common.Int32
ThisFlashExist: boolean = common.Bool_true
TotalFlashCascadedOnThisBus?: number = common.Int32