C# Class flint.AppBank

Represents the Appbank present on the Pebble.
Data structure gleaned from https://github.com/pebble/libpebble/blob/f230d8c96e3ffbf011adbba95443c447852ff707/pebble/pebble.py#L678
显示文件 Open project: barometz/flint Class Usage Examples

Public Methods

Method Description
AppBank ( byte bytes ) : System

Load appbank data from the data received from a Pebble

ToString ( ) : string

Private Methods

Method Description
AppFromBytes ( byte bytes ) : System.App

Populate an App struct from the 78 appinfo bytes.

Method Details

AppBank() public method

Load appbank data from the data received from a Pebble
public AppBank ( byte bytes ) : System
bytes byte The entire payload from an appropriate APP_MANAGER message.
return System

ToString() public method

public ToString ( ) : string
return string