ExampleGenerator.CreateExamples.CreateProfile C# (CSharp) Method

CreateProfile() static private method

Create a new profile for [email protected]
static private CreateProfile ( ) : void
return void
        void CreateProfile() {
            // Create device profile
            SignedDeviceProfile1 = new SignedDeviceProfile(Device1, Device1Description);
            // Create master profile

            PersonalProfile = new PersonalProfile(SignedDeviceProfile1);
            SignedPersonalProfile = PersonalProfile.Signed;
            }